home *** CD-ROM | disk | FTP | other *** search
- Path: suse.de!news
- From: Richard Jelinek <rj@suse.de>
- Newsgroups: comp.lang.c++
- Subject: Negative array-index ?
- Date: Tue, 02 Jan 1996 15:37:00 +0100
- Organization: suse.de
- Message-ID: <30E9430C.4371B326@suse.de>
- NNTP-Posting-Host: abel.suse.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b2 (X11; I; Linux 1.3.30 i586)
-
- Hi.
-
- I have been trying to code some signal processing algorithms in C++. For
- digital filters I need to access "negative" array-indices. It is no
- problem to code this in an array-class (Everything below 0 is 0). But
- the compiler always warns about an negative Index.
-
- How do I tell the compiler it's ok?
-
-
- --
- Ciao
- Rico
-